Web API Core | ComponentOne
C1.Web.Api Namespace / BodyModelBinder<T> Class
Members

In This Topic
    BodyModelBinder<T> Class
    In This Topic
    ModelBinder that reads information from the Request.Body. Please be aware that it is only safe to read the Request's Body one time.
    Syntax
    'Declaration
     
    
    Public Class BodyModelBinder(Of T) 
       Implements Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder 
    public class BodyModelBinder<T> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Api.BodyModelBinder<T>
          C1.AspNetCore.Api.Excel.ExcelExportModelBinder

    See Also